home *** CD-ROM | disk | FTP | other *** search
/ PLAYymate for OS/2 / Playmate for OS2.iso / p4os2040 / maze.mak < prev    next >
Text File  |  1988-12-30  |  231b  |  16 lines

  1. cp=cl -c -W3 -AL -G2sw -Os -Zpei
  2.  
  3. .c.obj:
  4.     $(cp) $*.c
  5.  
  6. .rc.res:
  7.    rc -r $*.rc
  8.  
  9. maze.obj: maze.c maze.h
  10.  
  11. maze.res: maze.rc maze.h
  12.  
  13. maze.exe: maze.obj maze.res maze.lnk maze.def
  14.     link @maze.lnk
  15.     rc maze.res
  16.